home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_2270
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2001-11-12
|
313b
|
19 lines
on(release){
_root.stopdragall();
if(_root.poz == "b")
{
_root.let.gotoAndPlay("ba");
}
else if(_root.poz == "c")
{
_root.let.gotoAndPlay("ca");
}
else if(_root.poz == "d")
{
_root.let.gotoAndPlay("da");
}
else if(_root.poz == "a")
{
}
}